home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CROOTSCA.H
< prev
Wrap
Text File
|
1992-03-27
|
314b
|
19 lines
/* CRootScaleDialog.h */
#define _H_CRootScaleDialog
#include <CDWDLOGDirector.h>
class CMandelDoc;
class CRootScaleDialog :public CDWDLOGDirector
{
public:
void IRootScaleDialog(short, CMandelDoc *, CDirectorOwner *);
virtual void DoCommand(long aCmd);
protected:
CMandelDoc * itsMandelDoc;
};